home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 75 / MOBICLIC 75.ISO / pc / DATA / TOUTEDIT / TOUT_MATOS.cst / 00010_Script_BOUCLE_SUITE_ECHEC < prev    next >
Text File  |  2005-06-15  |  210b  |  9 lines

  1. global gL_localEtape
  2. --------------------
  3. on exitFrame me
  4.   if _movie.sound(3).status = 0 then
  5.     sauteLabel("ATTENTE_"&gimme2digits(gL_localEtape[1]-1))
  6.   else
  7.     _movie.go(_movie.frame)
  8.   end if
  9. end